projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf4138a
)
Check for existence of windowing system.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 30 Mar 1994 01:02:01 +0000
(
01:02
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 30 Mar 1994 01:02:01 +0000
(
01:02
+0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index eedb805c9bb7bc4aeca03ae13ec735926a93bf48..e2499856f43b7f7233aa3c8e5b99a35d431876bb 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-54,6
+54,9
@@
;;; Code:
+(or window-system
+ (error "Can't fontify on an ASCII terminal"))
+
(or (internal-find-face 'underline)
(copy-face 'default 'underline))
(set-face-underline-p 'underline t)